Release/v1.8.7 - #2083
Merged
Merged
Conversation
Plug in the deployed pearl-transactions subgraph URL for Base (https://transactions-base.subgraph.autonolas.tech/), replacing the undefined placeholder that surfaced the 'not available on this network yet' state. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Clears three new high advisories against next <15.5.21: GHSA-m99w-x7hq-7vfj (DoS in App Router Server Actions), GHSA-89xv-2m56-2m9x (SSRF in Server Actions on custom servers), GHSA-p9j2-gv94-2wf4 (SSRF in rewrites). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Base's transactions proxy pins subgraph v0.0.7, whose schema is incompatible with the queries Pearl sends (FundsMovement.bondType removed, bond rows moved to a separate bondMovements ledger, OLAS sweeps pre-split into AGENT_OLAS_TO_MASTER, Service.id reshaped to registry bytes with the numeric id in serviceId) — every request failed GraphQL validation, so Base users saw the error state. Adds a per-chain schema-revision map beside the subgraph URL map (Base → v2; absent → v1), v2 query documents + Zod schemas verified against the live Base deployment, and service-boundary normalization back to the v1-shaped domain types (bond rows merged into fundsMovements, sweep rows dropped, service.id mapped from serviceId). Hooks and components are untouched and revision-agnostic; migrating Gnosis/Optimism to v0.0.7 later is a one-line map flip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… gate) Clears GHSA-6g55-p6wh-862q (arbitrary file read via attacker-controlled sourceMappingURL), high, reachable via next>postcss. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…tion-history feat: [OPE-1840] enable transaction history on Base
OjusWiZard
approved these changes
Jul 24, 2026
atepem
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that apply